home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / glazer.arc / README < prev    next >
Text File  |  1988-10-07  |  6KB  |  137 lines

  1.  
  2. LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
  3.  
  4. The author has used his best efforts in preparing these programs.  
  5. These efforts include the development, research, and testing of 
  6. the theories and programs to determine their effectiveness.  The 
  7. author makes no warranty of any kind, expressed or implied, with 
  8. regards to these programs.  The author shall not be liable in any 
  9. event for incidental or consequential damages in connection with, 
  10. or arising out of, the furnishing, performance, or use of these 
  11. programs. 
  12.  
  13.  
  14.  
  15.                  Managing Money With Your IBM PC
  16.                                 by
  17.                             A. Glazer
  18.  
  19.  
  20.     This disk contains all the BASIC programs contained in my 
  21. book Managing Money With Your IBM PC (Prentice-Hall, 1985).  
  22. Among other things, the programs can determine the after-tax cost 
  23. of a loan, demonstrate the advantages of an Individual Retirement 
  24. Account, compare loans which have different interest rates and 
  25. different origination fees, and calculate the amount of monthly 
  26. savings necessary to finance a college education. 
  27.  
  28.     You can be confident that the algorithms used are correct: 
  29. the author holds a Ph.D. in economics from Yale University and is 
  30. a professor of economics at the University of California; the New 
  31. York Times recommended the book in its September 29, 1985 issue.  
  32. You can get complete documentation for the programs by borrowing 
  33. or buying the book; it explains all the programs, contains 
  34. chapters on programming and business mathematics, provides 52 
  35. extensions to the programs, and discusses 106 worked out 
  36. examples.  I think you can learn quite a bit about personal 
  37. finance and programming by reading the book.  Maybe you'll even 
  38. learn how to save thousands of dollars.  Many bookstores carry 
  39. the book, and all should be able to order it. 
  40.  
  41.     A few notes on using the programs.  When the program asks for 
  42. a month, enter the number of that month (for example, 12 for 
  43. December).  Enter years with four digits, for example 1986.  Do 
  44. not use the percentage sign when entering an interest rate.  For 
  45. example, enter 11.5 for an annual interest rate of 11.5 per cent.  
  46. Don't put commas inside any numbers, and don't put a dollar sign 
  47. in front of any number you enter.  For example, enter 10000 for 
  48. ten thousand dollars. 
  49.  
  50.     Some of the programs (such as POINTS) use the bisection 
  51. method to solve equations.  The computer will take a few seconds 
  52. to calculate the result, so please be patient.
  53.  
  54.     To use the programs, enter the BASICA interpreter.  Then load 
  55. the program you want.  For example, to use the amortization 
  56. program, enter LOAD "AMORTIZE, press the Enter key, enter RUN, 
  57. and press the Enter key again.
  58.     
  59.     The names of the programs (without the .BAS suffix), and 
  60. brief descriptions of them, are given below. 
  61.  
  62.                            *** Calendar programs ***
  63.  
  64. DAYOFWEE   Day of week on which a specified date falls
  65. DAILYODO   Date that is a specified number of days away from starting date
  66. MONTHLYO   Date that is a specified number of months away from starting date
  67. DATEDIST   Number of years, months, and days between two dates
  68.  NUMDAYS   Number of days between two dates
  69. DATESINM   Dates in a month on which a specified day of the week falls
  70.  
  71.                                  *** Loans ***
  72.  
  73. AMORTIZE   Amortization schedule for a mortgage.  Also determines monthly
  74.            payment on a loan
  75. BALREM     Balance remaining on a mortgage
  76. LOANQUAL   Size of loan you can get at specified interest rate and
  77.            monthly payment
  78. LOANTERM   How many payments you must make on a loan
  79. INTRATE    Interest rate on a loan
  80. POINTS     Effective interest rate on a loan that charges points or
  81.            origination fees.  Useful when deciding whether to refinance
  82. LOANCOST   After-tax cost of a loan
  83. RULEOF78   Amortization schedule for consumer and automobile loans
  84.  
  85.                             *** Savings Accounts ***
  86.  
  87. TERMDEPO   Balance in a savings plan any number of years after an
  88.            initial deposit
  89. MNTHINCM   Monthly income you can obtain from a specified amount of money
  90. PERBALAN   Balance in savings account after any number of deposits
  91. SAVHISTO   Annual balance in a savings program with deposits that grow
  92.            each year
  93. DEPGROWS   Balance in a savings program with deposits that grow
  94.            each week, month, or year
  95. PERDEPOS   How much you must deposit each month or year to reach a
  96.            savings goal
  97. PERTERM    How many monthly or annual deposits you must make to reach
  98.            a savings goal
  99. PERRATE    The interest rate you must earn on your savings to reach
  100.            a specified savings goal
  101. IRA        The benefits of saving in an Individual Retirement Account
  102.  
  103.                               *** Investments ***
  104.  
  105. SIMPINV    Analysis of an investment that produces no annual income
  106. INVHISTO   Annual description of an investment: value, rate of return,
  107.            capital gains, and income
  108. PAYBACK    How long it takes to recover an investment
  109. INVVALUE   Present value of an investment
  110. INVINCOM   Annual or monthly income that yields a specified rate of return
  111. INVYIELD   Annual rate of return on an investment
  112. INVPRICE   Sales price of an asset that yields a specified rate of return
  113.  
  114.                             *** Charge Accounts ***
  115.  
  116. CREDITCA   The gains from using a credit card instead of paying in cash
  117. CREDITPU   Minimum payment schedule for a credit purchase
  118. CHARGEHI   Monthly status of a revolving charge account
  119.  
  120.  
  121.  
  122.      If you  find these programs useful, please submit a payment  
  123.      of $10.00 together with your name and address to  
  124.  
  125.                         Amihai Glazer
  126.                         1411 21st Street
  127.                         Manhattan Beach, CA 90266
  128.  
  129.      The contents of this disk are copyrighted (1985) by A. 
  130.      Glazer.  You are, however, allowed to make backup copies of 
  131.      the disk, and you are permitted and encouraged to copy the 
  132.      distribution diskette and pass it on to friends and  
  133.      associates, provided that you distribute the complete 
  134.      contents of the diskette (including the documentation and 
  135.      this notice).
  136.  
  137.